home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / SYS_TOOL / MULTI020 / HISTORY.MUL < prev    next >
Text File  |  1993-09-07  |  940b  |  21 lines

  1.  
  2.     0.1 beta    9/4/93
  3.         first public release
  4.  
  5.  
  6.     0.2 beta    9/6/93
  7.  
  8.     Last  last-minute reformatting  has produced an error  in MPIPES, which
  9.     referenced t^.fuckup  (as the manual called  it, too), but I  wanted to
  10.     avoid offending  some people, so  I changed that  to Poisoned (did  the
  11.     help file state  that correctly ?). Anyway, changed  that in MPIPES and
  12.     the manual. If the manual tells and the help file disagree, believe the
  13.     help file (and tell me !).
  14.  
  15.     Implemented PutS, GetS, WriteLn and ReadLn methods for tPipe.
  16.  
  17.     Implemented  Check-In and  Check-Out for  clients. If  the last  output
  18.     client checks out, the input clients are killed and vice versa. And the
  19.     pipe deallocates it's buffer. I changed the existing clients to reflect
  20.     these changes. I removed the  AltX_pressed variable from mpkbd, now the
  21.     pipe simply checks out and the output pipe is killed.